window: Fix compiler warning when not building for X11
authorRob Bradford <rob@linux.intel.com>
Mon, 16 Apr 2012 15:26:19 +0000 (16:26 +0100)
committerRob Bradford <rob@linux.intel.com>
Tue, 19 Feb 2013 13:11:30 +0000 (13:11 +0000)
commitfe5146d8f27f868baee6549913ea271219769e36
treeb071ed679ff7c809d4e4e7312eed04671c90924d
parent2145907cfe9baeca14da87390f72d93d20b36968
window: Fix compiler warning when not building for X11

The callback function gtk_window_on_theme_variant_changed is only used on the
X11 backend (where GtkSettings is used for the settings information.)

Fixes: https://bugzilla.gnome.org/show_bug.cgi?id=674207
gtk/gtkwindow.c